home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 6609 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: fc.hp.com!tomk
  2. From: tomk@fc.hp.com (Tom Kennedy)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: Zip Drive Geometry
  5. Date: 6 Mar 1996 21:25:35 GMT
  6. Organization: Hewlett-Packard Fort Collins Site
  7. Message-ID: <4hkvsf$cr3@fcnews.fc.hp.com>
  8. References: <19960223.7CF2F28.90E7@ccubb.com> <4glcie$b66@fcnews.fc.hp.com> <tdenboDnr72L.A02@netcom.com> <1181.6638T994T2905@xmission.com> <4hip5u$fco@hearst.cac.psu.edu>
  9. NNTP-Posting-Host: magnum.fc.hp.com
  10. X-Newsreader: TIN [version 1.2 PL1.4]
  11.  
  12. The Prophet (jbk4@email.psu.edu) wrote:
  13.  
  14. : >  TD> Tom Kennedy (tomk@fc.hp.com) wrote:
  15. : >  TD>: It's got 196608 sectors.  You can pick any geometry that has that
  16. : >  TD>: number of sectors.  (I use 8 sec/track, 2 heads, 12288 tracks.)
  17.                                                   ^^^^^^^^^^^^^^^^^^^^^
  18. Oops... I just realized that this is wrong :)
  19.  
  20. I use 8 sec/track, 1 head, 24576 tracks.  This way a cylinder is 8
  21. sectors (I wanted cylinder size small to keep the RDB small), and the
  22. # of tracks is less then 32768 (HDToolBox barfs on the "partition"
  23. screen if the number of cylinders is > 32768).
  24.  
  25. : Could someone explain all the various options contained in a mountlist?
  26. : For example, what's the difference between 1, 2, 4, etc heads when you
  27. : define your mountlist?  Is there an advantage to more or fewer?
  28.  
  29. It doesn't really matter.  Just remember that 
  30.  (sectors per track) * heads = (sectors per cylinder). 
  31.  
  32. In general, the only important thing is to pick a geometry that is
  33. exactly the same size as the disk (in sectors) so that you don't waste
  34. any.  You may also want to keep the number of sectors per cylinder
  35. reletively small, so that you don't waste too much space on the RDB.
  36. (On a 1 GB hard drive, the RDB could end up being over a meg if you're
  37. not careful...)  Of course, some people don't care about wasting >1%
  38. of their hard drive.  (It's not really a big deal, but I usually like
  39. to get the biggest bang for my buck...)
  40.  
  41. There might be some advantage to picking a number of heads equal to
  42. the actual drive geometry... but you'd probably never notice.
  43.  
  44. Tom Kennedy
  45.